home *** CD-ROM | disk | FTP | other *** search
/ Bible Heaven / Bible Heaven.iso / online / scholar_.bat < prev    next >
DOS Batch File  |  1994-09-14  |  3KB  |  75 lines

  1. if exist %cd%\ONLINE\SCHOLAR\version.dat goto l1
  2. cls
  3. echo:  
  4. echo:  
  5. echo:              ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
  6. echo:              ▓▓█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▓▓
  7. echo:              ▓▓█    The Bible text you selected does not seem   █░░
  8. echo:              ▓▓█    to be installed.  To acquire another text,  █░░
  9. echo:              ▓▓█    select Ordering from the Mini∙Menu.         █░░
  10. echo:              ▓▓█                    ------                     █░░
  11. echo:              ▓▓█    Unwanted menu selections may be deleted.    █░░
  12. echo:              ▓▓█    Select Editor to edit the MM0.bat file.     █░░
  13. echo:              ▓▓█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█░░
  14. echo:              ▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  15. echo:  
  16. echo:  
  17.    pause
  18.    goto end
  19. :l1
  20.    cls
  21.    if exist %cd%\ONLINE\SCHOLAR\SCHOLAR.doc goto l2
  22.    %cd%\ONLINE\choose 12 "Online Bible 6.12" "Run SCHOLAR" "Load TSR for SCHOLAR"
  23.    if errorlevel 9 goto l4
  24.    if errorlevel 8 goto l8
  25.    goto end
  26. :l2
  27.    if exist %cd%\ONLINE\SCHOLAR\read.me goto l3
  28.    %cd%\ONLINE\choose 12 "Online Bible 6.12" "Run SCHOLAR" "Load TSR for SCHOLAR" "Version Info"
  29.    if errorlevel 9 goto l4
  30.    if errorlevel 8 goto l8
  31.    if errorlevel 7 goto l5
  32.    goto end
  33. :l3
  34.    %cd%\ONLINE\choose 12 "Online Bible 6.12" "Run SCHOLAR" "Load TSR for SCHOLAR" "Version Info" "General Info"
  35.    if errorlevel 9 goto l4
  36.    if errorlevel 8 goto l8
  37.    if errorlevel 7 goto l5
  38.    if errorlevel 6 goto l7
  39.    goto end
  40. :l4
  41.    %cd%\ONLINE\BIBLE D=%cd%\ONLINE\SCHOLAR    %olb% %1 %2 %3 %4 %5 %6 %7 %8 %9
  42.    if errorlevel 1 set olb=
  43.    if errorlevel 1 pause
  44.    %cd%\ONLINE\crt25
  45.    goto end
  46. :l5
  47.    if not exist %cd%\ONLINE\SCHOLAR\fonts.exe goto l6
  48.    %cd%\ONLINE\SCHOLAR\fonts
  49. :l6
  50.    %cd%\ONLINE\view  %cd%\ONLINE\SCHOLAR\SCHOLAR.doc
  51.    if not exist %cd%\ONLINE\SCHOLAR\fonts.exe goto l1
  52.    %cd%\ONLINE\crt25
  53.    goto l1
  54. :l7
  55.    %cd%\ONLINE\view %cd%\ONLINE\SCHOLAR\read.me
  56.    goto l1
  57. :l8
  58.    %cd%\ONLINE\_BIBLE %cd%\ONLINE\SCHOLAR "Enter Hotkey:" "Enter Passage:" %cd%\ONLINE\SCHOLAR
  59.    echo *
  60.    echo If a Hotkey Number appears on the screen your TSR loaded OK
  61.    echo                   --- HOW TO USE THE TSR ---
  62.    echo 1. Run UED or some other word processor
  63.    echo 2. Place the cursor where you want (up to 30) Bible verses typed in.
  64.    echo 3. Press the Hotkey combination you just selected.
  65.    echo 4. Fill in the Enter Passage Box.  For example JOH 3.16 or PS 23
  66.    echo    (with a graphics Windows screen the box is invisible! Type anyway.)
  67.    echo 5. Watch while the TSR types in the verses.  If they go off the right
  68.    echo    side of your screen, you need to set Word Wrap on.
  69.    echo    (see printed User's Guide appendix C for other ways to load TSR)
  70.    echo 6. DO NOT load the TSR twice for the same version.
  71.    pause
  72.    goto l1
  73. :end
  74.    %cd%\ONLINE\mm
  75.